This web method is used for obtaining status history information for a given
asset number.
Method | /ProCloudWS.asmx/EinInfoStatusHistoryGet |
The request body is of type EinInfoStatusHistoryGet.
Name | Description | Data Type |
---|---|---|
objProviderGUId | This is a unique provider id, which can be obtained from CSS GUId | guid |
strPassword | This is your unique service password which can be obtained from CSS String (min 1 max 50) | xml:string |
intProviderBranchId | This is the providers branch making the web service call (can be obtained via the ProviderBranchesGet web method) Integer | xml:int |
strEin | This is the asset id for the given item String (min 1 max 50) | xml:string |
intPage | This is the current page beeing viewed Integer | xml:int |
intItemsPerPage | This is the number of items per page you would like returned. If you would like all data returned on one page then pass -1 Integer | xml:int |
|
The response body is of type EinInfoStatusHistoryGetResponse.
Name | Description | Data Type |
---|---|---|
EinInfoStatusHistoryGetResult | objEinInfoStatusHistoryGetReturn |
|
<?xml version="1.0" encoding="UTF-8"?> <objEinInfoStatusHistoryGetReturn xmlns="http://pro-cloud.org/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <intErrorId>0</intErrorId> <strErrorMsg/> <xmlDataSet> <NewDataSet xmlns=""> <Paging> <ItemsPerPage>3</ItemsPerPage> <Page>1</Page> <Pages>1</Pages> <Items>3</Items> </Paging> <History> <UId>10349</UId> <ProductTemplateId>38571</ProductTemplateId> <StockUId>E03</StockUId> <Stock_description>Holmatro Hydraulic Core Rescue Equipment</Stock_description> <BranchId>65</BranchId> <BranchName>STN09 - FS</BranchName> <StatusId>2866</StatusId> <StatusName>Middle tray</StatusName> <MovedByUserId>10012</MovedByUserId> <MovedByUsersName>Neil Storey</MovedByUsersName> <DateMoved>2016-09-05T21:31:51.36+01:00</DateMoved> </History> <History> <UId>10325</UId> <ProductTemplateId>38571</ProductTemplateId> <StockUId>E03</StockUId> <Stock_description>Holmatro Hydraulic Core Rescue Equipment</Stock_description> <BranchId>65</BranchId> <BranchName>STN09 - FS</BranchName> <StatusId>2422</StatusId> <StatusName>Workshop/Repair Status</StatusName> <MovedByUserId>9627</MovedByUserId> <MovedByUsersName>Andrew Allison</MovedByUsersName> <DateMoved>2016-09-05T15:22:38.347+01:00</DateMoved> </History> <History> <UId>10313</UId> <ProductTemplateId>38571</ProductTemplateId> <StockUId>E03</StockUId> <Stock_description>Holmatro Hydraulic Core Rescue Equipment</Stock_description> <BranchId>65</BranchId> <BranchName>STN09 - FS</BranchName> <StatusId>2928</StatusId> <StatusName>Store</StatusName> <MovedByUserId>4160</MovedByUserId> <MovedByUsersName>Demo Firefighter</MovedByUsersName> <DateMoved>2016-09-05T11:46:44.343+01:00</DateMoved> </History> </NewDataSet> </xmlDataSet> </objEinInfoStatusHistoryGetReturn>